home *** CD-ROM | disk | FTP | other *** search
- Path: vu-vlsi.ee.vill.edu!senthil
- From: Senthilvel Rangaswamy <senthil@ece.vill.edu>
- Newsgroups: comp.lang.c++
- Subject: Destructors in Inheritance
- Date: Tue, 2 Apr 1996 13:29:56 -0500
- Organization: Villanova University
- Message-ID: <Pine.SOL.3.91.960402132752.10414A-100000@vu-vlsi.ee.vill.edu>
- NNTP-Posting-Host: vu-vlsi.ee.vill.edu
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
- X-Sender: senthil@vu-vlsi.ee.vill.edu
-
-
- Hi Folks,
-
- I have a base class which has a destructor function in it.
- I derive a class from this base class. If I don't write
- any destructor for the derived class, will the destructor
- of the base class will be called when the derived class
- objects goes out of scope.
-
- Thanks,
-
- ..Senthil
- " .signature is Under Construction"
-
-